Added [dev-dependencies] sections to Cargo.toml
authorYehuda Katz + Carl Lerche <engineering@tilde.io>
Wed, 2 Jul 2014 23:58:25 +0000 (16:58 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Jul 2014 14:30:11 +0000 (07:30 -0700)
commit172cbefc3bcdf8b984438f07341c12f50d337ab7
tree53cc8b8615996c68ab02a69891ffba2b9910f79c
parentc2c96a6591d00fd2df21359fb00a328446ee1c50
Added [dev-dependencies] sections to Cargo.toml

If you put a dependency in [dev-dependencies], it will only be
used when building (or testing) your packages, not other packages that
depend on it.
src/cargo/util/toml.rs
tests/test_cargo_compile_path_deps.rs